home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / role / AMScen_0_9.lha / AMScen / combat.m < prev    next >
Text File  |  1995-01-21  |  209b  |  11 lines

  1. Print("Creating combat features and monsters.\n").
  2.  
  3. public t_fight CreateTable().
  4. use t_fight
  5. source st:fight.m
  6.  
  7. /* A few dumb monsters. */
  8. public t_monsters CreateTable().
  9. use t_monsters
  10. source st:monsters.m
  11.